home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / multimed / falafel / falafel-king_eng.exe / scripts / DefineButton2_404 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-07-22  |  267 b   |  10 lines

  1. on(release){
  2.    _visible = 0;
  3.    _root.no_winner._visible = 1;
  4.    _root.top_name = top_name;
  5.    _root.data.top_name = top_name;
  6.    _root.no_winner.top_name = top_name;
  7.    _root.no_winner.top_score = _root.final_score;
  8.    fscommand("save","score_eng.txt");
  9. }
  10.